home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Educational Software Cooperative 4
/
Educational Software Cooperative 4.iso
/
bestesc
/
go.bat
< prev
next >
Wrap
DOS Batch File
|
1995-06-13
|
172b
|
8 lines
echo off
cls
if exist readme.txt type readme.txt
if exist readme.txt goto end
echo Can't find README.TXT!
echo Make sure you are logged into the correct drive.
:end